-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Centos8 instead Centos7 for Helix tests #46205
Conversation
Tagging subscribers to this area: @ViktorHofer Issue DetailsI updated tests runs to use Centos8 instead of Centos7. fixes #972
|
Given that CentOS 8 goes out of support in under a year, do we want to move the RedHat 7 leg to RedHat 8 and keep the CentOS leg at CentOS 7? |
we may eventually. But there is are still some lingering questions about ARM and year it long time. Getting Centos 8 into container was fastest and easiest for now to get at least some coverage. |
The image seems to have issue with globalization @MattGal . I'll take a look tomorrow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, assuming the tests pass on the updated OS.
Looks like the image or a test needs to be updated for OpenSSL stuff:
|
👍 for adding a CentOS 8 build to increase coverage. cc @omajid |
CI all clean now to get some test coverage. We can make updates later as we see fit. |
I updated tests runs to use Centos8 instead of Centos7.
I keept RedHat7 in place.
With that we should be able to get better test coverage.
(even if now running only in container)
fixes #972